home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // EditTips.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
- // From: EditTips.pas
- //----------------------------------------------------------------------------
- #ifndef EditTipsHPP
- #define EditTipsHPP
- //----------------------------------------------------------------------------
- #include <BitLBox.hpp>
- #include <Buttons.hpp>
- #include <StdCtrls.hpp>
- #include <Controls.hpp>
- #include <Forms.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <SysUtils.hpp>
- #include <System.hpp>
- namespace Edittips
- {
- //-- type declarations -------------------------------------------------------
- class __declspec(delphiclass) TfrmEditor;
- class __declspec(pascalimplementation) TfrmEditor : public Forms::TForm
- {
- typedef Forms::TForm inherited;
-
- __published:
- Stdctrls::TLabel* SrcLabel;
- Bitlbox::TBitListBox* SrcList;
- Stdctrls::TLabel* DstLabel;
- Buttons::TSpeedButton* IncludeBtn;
- Buttons::TSpeedButton* IncAllBtn;
- Buttons::TSpeedButton* ExcludeBtn;
- Buttons::TSpeedButton* ExAllBtn;
- Bitlbox::TBitListBox* DstList;
- Stdctrls::TButton* AddBtn;
- Stdctrls::TButton* OkBtn;
- Stdctrls::TButton* CancelBtn;
- Buttons::TSpeedButton* DelItem;
- void __fastcall IncludeBtnClick(System::TObject* p0);
- void __fastcall ExcludeBtnClick(System::TObject* p0);
- void __fastcall IncAllBtnClick(System::TObject* p0);
- void __fastcall ExcAllBtnClick(System::TObject* p0);
- void __fastcall MoveSelected(Stdctrls::TCustomListBox* p0, Classes::TStrings* p1);
- void __fastcall SetItem(Bitlbox::TBitListBox* p0, int p1);
- void __fastcall SetButtons(void);
- void __fastcall AddBtnClick(System::TObject* p0);
- void __fastcall DelItemClick(System::TObject* p0);
- void __fastcall OkBtnClick(System::TObject* p0);
- void __fastcall FormActivate(System::TObject* p0);
- void __fastcall SrcListDragDrop(System::TObject* p0, System::TObject* p1, int p2, int p3);
- void __fastcall SrcListDragOver(System::TObject* p0, System::TObject* p1, int p2, int p3, Controls::TDragState
- p4, bool &p5);
- void __fastcall DstListDragDrop(System::TObject* p0, System::TObject* p1, int p2, int p3);
- void __fastcall DstListDragOver(System::TObject* p0, System::TObject* p1, int p2, int p3, Controls::TDragState
- p4, bool &p5);
- void __fastcall CancelBtnClick(System::TObject* p0);
- public:
- /* TForm.Create */ __fastcall virtual TfrmEditor(Classes::TComponent* AOwner) : Forms::TForm(AOwner
- ) { }
- /* TForm.CreateNew */ __fastcall TfrmEditor(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(
- AOwner, Dummy) { }
- /* TForm.Destroy */ __fastcall virtual ~TfrmEditor(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TfrmEditor(HWND ParentWindow) : Forms::TForm(ParentWindow
- ) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern TfrmEditor* frmEditor;
-
- } /* namespace Edittips */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Edittips;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // EditTips
-